home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / gdbm-1.7.3 / source / gdbm.proto2 < prev    next >
Text File  |  1994-05-21  |  255b  |  18 lines

  1.  
  2. /* extra prototypes */
  3.  
  4. /* GDBM C++ support */
  5. #if defined(__cplusplus) || defined(c_plusplus)
  6. extern "C" {
  7. #endif
  8.  
  9. extern const char *gdbm_strerror GDBM_Proto((
  10.      gdbm_error error
  11. ));
  12.  
  13. #if defined(__cplusplus) || defined(c_plusplus)
  14. }
  15. #endif
  16.  
  17. #endif
  18.